﻿button:hover {
    border-color: #61739b;
    background-color: #61739b;
    background-color: #61739b;
}
.text_content {
    color: #707070;
    font-size: 30px;
    line-height: 1.5;
    font-family: "Mohr-LightIt";
    text-align: center;
    display: block;
}

.card-body img {
    display: block;
    margin: auto;
}

.bg_grey {
    background-color: #d9e0ed;
    position: relative;
}

.bg_grey img {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 440px;
    z-index: 5;
}

.bg_grey_rigth {
    background-color: #d9e0ed;
    position: relative;
}

.bg_grey_rigth img {
    position: absolute;
    top: 8%;
    right: 50%;
    width: 440px;
    z-index: 5;
}

.bg_dark_grey {
    background-color: #61739b;
}

#metas_bullets{
    display: block;
    width: 90%;
    margin-left: 30px;
}

#metas_bullets li {
    font-family: "Mohr-Medium";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    text-align: left;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

#metas_bullets li::marker {
    color: transparent;
}

#metas_bullets li::before {
    display: block;
    position: absolute;
    left: -25px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/home/iconLi.png);
    background-position: center;
    background-size: cover;
}

.card_info_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 10% 10% 20%;
}

.card_info_right div {
    line-height: 60px;
}

.card_info {
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 10% 20% 10% 10%;
}

.card_info_right h2,
.card_info h2 {
    color: #021f59;
    font-family: "Mohr-BlackIt";
    font-size: 4.5rem;
    margin-bottom: 0;
    line-height: 1;
}

.card_info_right h3,
.card_info h3 {
    color: #00bf44;
    font-family: "Mohr-ExtraLightIt";
    font-size: 3rem;
    margin-bottom: 1rem;
}

.card_info_right p,
.card_info p {
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.875rem;
    line-height: 21px;
}

.card_info p {
    text-align: right;
    width: 90%;
}



.card_info_right .description {
    margin-top: 15px;
}

.infografico_bem_estar .accordion .card-header .btn:focus {
    outline: none;
    box-shadow: none;
}

.infografico_bem_estar .accordion .card-header button {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-family: "Mohr-Mediumlt";
    cursor:pointer;
}

.card-header {
    height: 70px;
}

.arrow {
    width: 10px;
    margin-left: 20px;
    transition: ease-in-out .3s;
}

.card-header button.collapsed .arrow {
    transform: rotate(0);
}

.card-header button .arrow {
    transform: rotate(-180deg);
}

.infografico_bem_estar .accordion .card-body {
    padding: 10px 45px 68px;
}

.card_recursos_naturais  p {
    padding-bottom: 10px;
}

.card .collapse {
    top: 0;
}

@media (min-width: 1800px) {
    .bg_grey img {
        left: 65%;
        top: 15%;
    }

    .bg_grey_rigth img {
        right: 65%;
        top: 15%;
    }
}

@media screen and (max-width: 1366px){
    .collapse {
        top: 0px;
    }
}

@media screen and (max-width: 1280px) {
    .collapse {
        top: -1px;
    }
}

@media (max-width: 1200px) {
    .bg_grey img {
        width: 380px;
        left: 40%;
    }

    .bg_grey_rigth img {
        width: 380px;
        right: 40%;
    }

    .card_info_right h2,
    .card_info h2 {
        font-size: 4rem;
    }

    .card_info h3 {
        font-size: 2.8rem;
        text-align: right;
    }
}

@media (max-width: 1023px) {
    .bg_grey img {
        width: 250px;
        left: 40%;
    }

    .bg_grey_rigth img {
        width: 250px;
        right: 40%;
    }

    .card_info_right {
        padding: 5% 10% 5% 15%;
    }

    .card_info {
        padding: 5% 15% 5% 10%;
    }

    .card_info_right h2, .card_info h2 {
        font-size: 3rem;
    }

    .card_info_right h3,  .card_info h3 {
        font-size: 2rem;
    }

}
@media screen and (min-width: 768px) and (max-width:820px) {
    .card_info_right {
        padding: 5% 3% 5% 15%;
    }
    .card_info {
        padding: 5% 15% 5% 0%;
    }
    .card_info_right div span span {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .bg_grey, .bg_grey_rigth {
        box-sizing: border-box;
        text-align: center;
        padding: 5%;
    }

    .bg_grey img, .bg_grey_rigth img {
        position: relative;
        width: 200px;
        margin: 0 auto;
        text-align: center;
        top: 0;
        left: 0;
    }

    .card_info_right, .card_info {
        padding: 10%;
    }

    .card_info {
        align-items: flex-start;
    }

    .card_info .description {
       text-align: left;
    }
    
}

@media (max-width: 425px) {
    .card_info_right span , .card_info span{
        font-size: 3rem !important;
        line-height: 1;
    }
}

@media (max-width: 375px) {
    .card_info_right h3,  .card_info h3 {
        font-size: 1.8rem;
    }
}